home *** CD-ROM | disk | FTP | other *** search
/ Star Trek - Starship Creator / CREATOR.ISO / mac / Starship Creator / ShipMain / missnLib.cxt / 00014_Field_frontier.txt < prev    next >
Text File  |  1998-10-08  |  5KB  |  174 lines

  1. // frontier
  2.  
  3. <MISS = EAR, DES = 010:050:Edge of the Sim Range,  RAR= 001,TIL= 048,>
  4.  
  5. <ICMD =  #captainSpeaks,MSG01,
  6.          // Launch the Starship on it's mission
  7.          #setGoals,MSG00,
  8.          #impulsePwrOn,-,
  9.          #engageNavDeflector,-,
  10.  
  11.          #warpPwrOn,-,
  12.          #engageImpulseEng,-,
  13.          #unDock,MSG02,
  14.  
  15.          //gotoWarp,-,
  16.          #disengageImpulseEng,-,
  17.          #engageWarpEng,-,
  18.             #thenCmd,1,
  19.                 #captainSpeaks,MSG39,
  20.            #elseCmd,1,
  21.                 #HQCmd6,-,
  22.  
  23.          #damageIncident, 9999 supportSystems,
  24.         // 1 to 50000   crew: science: transportation: powerPlant: 
  25.         //     propulsion: weapons: commandControl: structureSystem: 
  26.         //     navigation: sickBay: supportSystems
  27.          #otherSpeaks,Checking a glitch. Seems minor.,
  28.  
  29.          #testHitTarget,-,
  30.          // Upon Destination Arrival...
  31.          #goal1achieved,-,
  32.          #HQCmd2,MSG19, >
  33.  
  34. <MO_CO_EG = 
  35.          #plotNewCoords, 10:990,
  36.          #departArea,Set course for adjacent sector perimiter.,
  37.  
  38.          //gotoWarp,-,
  39.          #disengageImpulseEng,-,
  40.          #engageWarpEng,-,
  41.             #thenCmd,1,
  42.                 #captainSpeaks,-,
  43.            #elseCmd,1,
  44.                 #HQCmd6,-,
  45.  
  46.          #damageIncident, 11000 propulsion,
  47.         // 1 to 50000   crew: science: transportation: powerPlant: 
  48.         //     propulsion: weapons: commandControl: structureSystem: 
  49.         //     navigation: sickBay: supportSystems
  50.  
  51.          #testHitTarget,-,
  52.          #HQCmd3,-,>
  53.  
  54. <CCMD = 
  55.          #plotNewCoords, 1990:990,
  56.          #departArea,Set course for opposite sector perimiter.,
  57.  
  58.          //gotoWarp,-,
  59.          #disengageImpulseEng,-,
  60.          #engageWarpEng,-,
  61.             #thenCmd,1,
  62.                 #captainSpeaks,-,
  63.            #elseCmd,1,
  64.                 #HQCmd6,-,
  65.  
  66.          #testHitTarget,-,
  67.          #HQCmd4,MSG02,
  68.          #plotNewCoords,1990: 10,
  69.          #departArea,Set course for sector perimiter at 1990x10.,
  70.  
  71.          //gotoWarp,-,
  72.          #disengageImpulseEng,-,
  73.          #engageWarpEng,-,
  74.             #thenCmd,1,
  75.                 #captainSpeaks,-,
  76.            #elseCmd,1,
  77.                 #HQCmd6,-,
  78.  
  79.          #testHitTarget,-,
  80.          #HQCmd5,MSG02,
  81.          #plotNewCoords,200:200,
  82.          #departArea,MSG81,
  83.  
  84.          //gotoWarp,-,
  85.          #disengageImpulseEng,-,
  86.          #engageWarpEng,-,
  87.             #thenCmd,1,
  88.                 #captainSpeaks,-,
  89.            #elseCmd,1,
  90.                 #HQCmd6,-,
  91.  
  92.          #testHome,-,
  93.  
  94.         #disengageWarpEng,-,
  95.         #lowerShields,-,
  96.         #engageImpulseEng,-,
  97.         #disengageNavDeflector,-,
  98.         #dock,Starbase in sight.,
  99.  
  100.          #simOver,-,>
  101.  
  102. // HQ Dialog Boxes____________________________________
  103. <MO_HQ_EV0 = 6,>
  104. <MO_HQ_EV1 =Vessel suffered an unrepairable failure. Mission cannot proceed. Make sure appropriate systems and crew are present and that crew complement is adequate.,
  105.             #simOver,-, Acknowledged., #simOver,-,, #HQCmd1,>
  106. <MO_HQ_EV2 =Request permission to fly to another frontier destination.,
  107.              #closeMission, -,Proceed to 1990x990.,  #executeGoal, -, Better proceed to 10x990, #HQCmd2,>
  108. <MO_HQ_EV3 =Request permission to fly to additional frontier destination.,
  109.              #closeMission, -,Proceed to 1990x990.,  #linkMission,go_home, Return to Starbase., #HQCmd3,>
  110. <MO_HQ_EV4 =There is still another frontier destination we would like to explore.,
  111.              #otherSpeaks, -,OK. Proceed to 1990x10., #linkMission,go_home, Return to Starbase., #HQCmd4,>
  112. <MO_HQ_EV5 =Request permission to return to starbase.,
  113.              #otherSpeaks, -,Come home.,  #simOver, -, Denied. Hold your position., #HQCmd5,>
  114.  
  115. <MO_HQ_EV6 = ALERT: Warp engines not responding. Possible subsystem inadequacies or damage. Refer to System Performance Analysis in the outcome report for symptoms.,
  116.             #otherSpeaks,-,Ignore and carry on., #simOver ,-,Stop mission., #HQCmd6,>
  117.  
  118. // MSG Table
  119. <MSG00 = [1:"Reached the destination."]>
  120. <MSG01 = Let's get under way.>
  121. <MSG02 = <HEAR=process>>
  122. <MSG03 = >
  123. <MSG04 = >
  124. <MSG05 = >
  125. <MSG06 = >
  126. <MSG19 = Position Achieved.>
  127.  
  128. // Execute Phase messages
  129. <MSG21 = Slow to zero impulse.>
  130.  
  131. <MSG39 = Prepare to depart.>
  132.  
  133. // Closing Phase messages
  134. <MSG81 = Set course for starbase.<HEAR=process>>
  135.  
  136.  
  137.  
  138. //  Mission Overlay Tags. Examples  
  139.  
  140. //  unrecoverable failures
  141. <MO_CO_SYSFAIL = #HQCmd1,-,>
  142.  
  143. // ENVIRONMENT OVERLAY DATA 
  144.  
  145. // Use these Location Events for PASSING THROUGH
  146. // NOTE: dont put your destination within 10+ points of these
  147. // ...doing so creates a temporal anomaly from which you shall never return
  148. // 
  149. <LEVTMAP = #blackHole,30,50,Black hole in area, #asteroid,80,100,Asteroid field,>
  150.  
  151. <TEVTMAP = #wearNTear,9999,-, #fireDrill,9999,-,>
  152.  
  153.  
  154. // Scan Result Overlay
  155.  
  156. <MO_SN_LR = 0,0,0,0,#nothing, ;>
  157. <MO_SN_RF = 0,0,0,0,#nothing, ;>
  158. <MO_SN_PA = 0,0,0,0,#nothing, ;>
  159. <MO_SN_GM = 0,0,0,0,#nothing, ;>
  160. <MO_SN_PR = 0,0,0,0,#nothing, ;>
  161. <MO_SN_LF = 0,0,0,0,#nothing, ;>
  162. <MO_SN_SS = 0,0,0,0,#nothing, ;>
  163. <MO_SN_OP = 0,0,0,0,#nothing, ;>
  164. <MO_SN_GF = 0,0,0,0,#nothing, ;>
  165. <MO_SN_GR = 0,0,0,0,#nothing, ;>
  166. <MO_SN_IR = 0,0,0,0,#nothing, ;>
  167. <MO_SN_PM = 0,0,0,0,#nothing, ;>
  168.  
  169.  
  170. <MO_PRB_DATA = 0,0,0,0,#nothing, ;>
  171.  
  172.  
  173.  
  174.